home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beano - Dennis the Menace Cardz
/
Beano Cardz: Dennis the Menace.iso
/
pc
/
email.dxr
/
00039_delete file.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-04-19
|
205 b
|
12 lines
property psTempFilePath
on beginSprite me
psTempFilePath = getOSDirectory() & "temp.jpg"
end
on emailSent me
tFileIo = xtra("fileio").new()
tFileIo.openFile(psTempFilePath, 0)
delete tFileIo
end